Northwoods.GoSilverlight 1.3.5 Assembly
Clone Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModelLinkData<NodeKey,PortKey> Class : Clone Method

Create a copy of this data; this implements the ICloneable interface.

Syntax

Visual Basic (Declaration) 
Public Overridable Function Clone() As Object
C# 
public virtual object Clone()

Remarks

When you add your own state in a subclass, and when you expect to be able to copy the data, you must override this method and make sure the additional state is copied to the newly cloned object returned by calling the base method. This reinitializes the From and To properties.

Requirements

See Also

© 2012 All Rights Reserved.